summaryrefslogtreecommitdiffstats
path: root/src/common/multi_level_page_table.cpp
blob: 3a7a75aa7181c39f034389c37a3597660e94fef3 (plain) (blame)
1
2
3
4
5
6
#include "common/multi_level_page_table.inc"

namespace Common {
template class Common::MultiLevelPageTable<u64>;
template class Common::MultiLevelPageTable<u32>;
} // namespace Common